home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 15774 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.9 KB

  1. Path: nntp1.best.com!usenet
  2. From: simon@waveworks.com (P. Simon Tuffs)
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: Building OCX's
  5. Date: Sun, 07 Apr 1996 17:00:14 GMT
  6. Organization: Best Internet Communications
  7. Message-ID: <4k8s7t$ir6@nntp1.best.com>
  8. References: <316159A9.408F@lfhk.cuni.cz>
  9. NNTP-Posting-Host: simont.vip.best.com
  10. X-Newsreader: Forte Free Agent 1.0.82
  11.  
  12. Tomas Hosszu <hosszu@lfhk.cuni.cz> wrote:
  13.  
  14. >Is anybody able to help me, as to a not very experienced 
  15. >software developer, how to build OCX's ? I do not now even a word about 
  16. >it. Is it able in C++ 5.0 ?
  17.  
  18. >                Thanks for any reply.
  19. >                    Tom.
  20. >Tomas Hosszu
  21. >hosszu@lfhk.cuni.cz
  22. >--------------------------------------------------------------------
  23.  
  24. I've been researching this issue, since I too wish to create OCX's
  25. under Borland C++ 5.0 to avoid having to re-tool with Visual C++ which
  26. has excellent support the creation of OCX's.
  27.  
  28. Borland don't provide anything at present other than the ability to
  29. contain OCX's in your applications (they assure me they're working on
  30. it).  Last week Microsoft released a light-weight OCX development kit
  31. for their Internet ActiveX product.  
  32.  
  33. It contains a framework that does not need MFC (hurrah!) and it is
  34. available online at www.microsoft.com/intdev (follow the links for the
  35. ActiveX developer kit from there).  It's about 12 MB so plan on a
  36. 3-hour download at 14.4 modem rates :(
  37.  
  38. I'm trying to build it under Borland 5.0  and I'll report on progress
  39. as it happens.
  40.  
  41. Simon Tuffs.
  42.  
  43. +----------------+-----------------------------------------------+
  44. | P. Simon Tuffs | Creators of WaveWorks: The high-performance   |       
  45. | President      | sound-editor for Microsoft Windows platforms. |
  46. | I.S.I.S.       | Visit us at http://www.waveworks.com or       |
  47. |                | download our shareware release                |
  48. |                | http://www.waveworks.com/ww/wwdl.htm          |
  49. +----------------+-----------------------------------------------+
  50.  
  51.